Loading...
 

00-0038 - Not enough memory for InstantView values (variable, stack)

Error number: 00-0038 - Not enough memory for InstantView values (variable, stack)

Error description

InstantView has requested memory from the operating system but has not received it.

Review

Repeat the process and observe the memory consumption of the ClassiX application.

Causes

The virtual memory space is used up.

Possible solutions

If possible reduce OS_AS_SIZE or split the tasks to be done into smaller blocks.


Technical background

As a 32-bit application only 2 GB address space is available to a ClassiX application. However, ObjectStore requests a large area already at the start (PSR _ Persistent Stoarge Region). This size is controlled by the environment variable OS_AS_SIZE and the request can be checked in the ClassiX logfile. Accordingly, the actual application has considerably less memory available.

Operational business